-
Re: COUNTIF to determine the number of tickets created in a given month.
Try this: =COUNTIFS([Created Date]:[Created Date], >=DATE(2020, 5, 1), [Created Date]:[Created Date], <=DATE(2020, 5, 31))2 · -
Re: Countifs with ranges from different docs
Yeah what @Javier Arbelaez stated. =COUNTIF({Sheet1/Range1}, [Email Address]1)+COUNTIF({Sheet2/Range1}, [Email Address]1)1 · -
Re: IF statement with an OR....
Can you create a specific sheet that will serve as a lookup table for all Previous Base/Base combinations that includes a helper column concatenating the two together, then a CPO column that you defi…1 ·